home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 676 / fbm / fbm10man.zoo / MAN / raw2fbm.man < prev    next >
Text File  |  1990-12-18  |  3KB  |  133 lines

  1.  
  2.      RAW2FBM(1)                    25-Jun-90                     RAW2FBM(1)
  3.  
  4.  
  5.           3 
  6.  
  7.      ›1mNAME 
  8.           ›0mraw2fbm \- convert raw image files to FBM format (especially
  9.           Digi-View files) 
  10.  
  11.      ›1mSYNOPSIS 
  12.           ›0mraw2fbm [ -t'title' -c'credits' -a<aspect>
  13.                     -w<width> -h<height> -d'<planes> ] < rawfile > fbm
  14.  
  15.      ›1mDESCRIPTION 
  16.  
  17.                ›0mConverts  a  raw  image  (stored in row major order, or
  18.           red/green/blue for  color  images)  to  fbm  format.     The
  19.           defaults  are  width=640,  height=400,  depth=1,  and aspect
  20.           ratio=1.2 (the correct settings for output  from  the  Amiga
  21.           Digi-View package).  
  22.  
  23.      ›1mOPTIONS 
  24.  
  25.           ›0m-›1md ›0m›3mdepth, ›0mnumber of byte planes in image.  Default is 1. Use
  26.           -d3 for RGB color images.  
  27.  
  28.           -›1mw  ›0m›3mwidth,  ›0mnumber  of  pixels  per  row, assumes 1 byte per
  29.           pixel.  The default is 640.  
  30.  
  31.           -›1mh ›0m›3mheight, ›0mnumber of rows in image.  The default is 400.  
  32.  
  33.           -›1ma ›0m›3maspect ratio, ›0mthe ratio of  the  height  to  width  of  a
  34.           single pixel.  The default is 1.2 (for Digi-View files).  
  35.  
  36.           title'' .bo "-t'title' ›3mtitle, ›0mspecify a character string (up
  37.           to 80  characters) to describe the image.  The default is no
  38.           title.  
  39.  
  40.           credits'' .bo "-c'credits' ›3mcredits or  subtitle,  ›0mspecify  a
  41.           second  character  string  (up to 80 characters) to describe
  42.           the image.  The default is no credit string.  
  43.  
  44.      ›1mEXAMPLE 
  45.  
  46.                ›0mAssume a  Digi-View  "raw"  color  image  of  a  tiger,
  47.           640x400  pixels with 1.2 to 1 aspect ratio (EL Arts calls is
  48.           1.1): 
  49.  
  50.               % raw2fbm -a1.2 -w640 -h400 -d3 \ 
  51.                 -t'Tiger' -c'Joe' < tiger.raw > tiger.fbm 
  52.  
  53.           or in this case: 
  54.  
  55.               % raw2fbm -d3 -t'Tiger' -c'Joe' < tiger.raw > tiger.fbm 
  56.  
  57.      ›1mSEE ALSO 
  58.           ›0mfbm(1) for general discussion, pbm(1) for PBM routines.  
  59.  
  60.      ›1mBUGS 
  61.           ›0mNone known.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  
  68.      RAW2FBM(1)                    25-Jun-90                     RAW2FBM(1)
  69.  
  70.  
  71.      ›1mHISTORY 
  72.           ›0mCopyright (C) 1989,1990 by Michael  Mauldin.  Permission  is
  73.           granted  to  use  this  file  in  whole  or  in part for any
  74.           purpose, educational, recreational or  commercial,  provided
  75.           that this  copyright  notice  is  retained  unchanged.  This
  76.           software is available to all free of charge by anonymous FTP
  77.           and in the UUNET archives.  
  78.  
  79.           25-Jun-90 Michael  Mauldin  at  Carnegie  Mellon  University
  80.           Release 1.0 mlmcs.cmu.edu 
  81.  
  82.           07-Mar-89  Michael  L. Mauldin at Carnegie Mellon University
  83.           Beta release (version 0.9) mlmcs.cmu.edu 
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                                       -2-
  132.  
  133.